SixBit API Schema
InventoryPolicyType Simple Type
Description
The inventory policy for this item.
Namespace (none)
Type
Restriction of xs:string
Diagram
InventoryPolicyType Simple Type
Overview
InventoryPolicyType Restriction of xs:string
The inventory policy for this item.
Facets
Enumerationdeny
Enumerationcontinue
Source
<xs:simpleType name="InventoryPolicyType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The inventory policy for this item.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="deny" />
    <xs:enumeration value="continue" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.